home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation
/
Animation Vol.1 (Profi ROM)(1994).iso
/
pool
/
updates
/
symantec
/
rtlinc.exe
/
CERROR.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-06
|
403b
|
24 lines
/*
* cerror.h
*
* handles critical error interrupt under DOS and DOS16RM
*
* written by: G. Eric Engstrom
*/
#ifndef __CERROR_H
#define __CERROR_H 1
#if __cplusplus
extern "C"
{
#endif
void __cdecl cerror_open(void); /* installs critical error handler */
void __cdecl cerror_close(void); /* de installs critical error handler */
#if __cplusplus
}
#endif
#endif